Text Style Info
An object of class Text Style Info specifies the styles of a text object. The Style and Uniform Styles properties of text objects are text style info objects.PROPERTIES
On Styles
- The styles that apply to the text object.
Class: List of constants (see "Notes" later in this section)
Modifiable? YesOff Styles
- The styles that do not apply to the text object.
Class: List of constants (see "Notes" later in this section)
Modifiable? YesELEMENT CLASSES
NoneCOMMANDS HANDLED
Copy, Data Size, Exists, Get, SetDEFAULT VALUE CLASS RETURNED
Record; text style info
EXAMPLES
set the style of word 1 to {On Styles:{italic}, ÿ Off Styles:{bold, shadow}} set the style of word 1 to {On Styles:{italic, bold}} set the style of word 1 to {bold, italic} get words whose style contains boldNOTES
The constants that can be used in Style property lists arebold
,italic
,outline
,underline
, andshadow
.For a complete description of text
styles, see "Elements of Text Objects" on page 314.